Vaporize more linux-isms.
authorrobertl <robertl>
Sat, 24 Aug 2002 03:00:59 +0000 (03:00 +0000)
committerrobertl <robertl>
Sat, 24 Aug 2002 03:00:59 +0000 (03:00 +0000)
coldsync/pdb.c

index ece0c958f3a70eacfed6c89bf0b57148dafccdf9..365bd213604f6263ff156bd01e5c71366d5fe038 100644 (file)
@@ -6,7 +6,7 @@
  *     You may distribute this file under the terms of the Artistic
  *     License, as specified in the README file.
  *
- * $Id: pdb.c,v 1.1 2002/08/16 06:13:10 robertl Exp $
+ * $Id: pdb.c,v 1.2 2002/08/24 03:00:59 robertl Exp $
  */
 /* XXX - The way zero-length records are handled is a bit of a kludge. They
  * shouldn't normally exist, with the exception of expunged records. But,
@@ -26,8 +26,6 @@
 #include <stdio.h>
 #include <fcntl.h>             /* For open() */
 #include <sys/types.h>
-// #include <sys/uio.h>
-// #include <sys/param.h>              /* For MAXPATHLEN */
 #include <unistd.h>
 #include <stdlib.h>
 #include <time.h>